home *** CD-ROM | disk | FTP | other *** search
- ;
- ; PROTOCOL.INI section for the OS/2 Lan Manager driver
- ; for the Crescendo Comminication Inc. EISA FDDI card.
- ; Default values for all parameters are shown in the
- ; lines which follow "DRIVERNAME".
- ;
- ; parameter sample values meaning
- ; --------- ---------------- ---------------------------------
- ;
- ; DRIVERNAME CRES32$ Has to be this
- ;
- ; SLOT 4 indicates the EISA slot #
- ; Can be any Bus Mastering EISA slot
- ;
- ; INTERRUPT or 11 IRQ for the card to use (not hex)
- ; IRQ Allowed Interrupts numbers are
- ; 3, 5, 7, 9, 11, 12, 15
- ;
- ; MEMADDRESS or 0x000D0000 8 hex digits Memory address for
- ; MEMBASE mapping the adapter.
- ;
- ; RXBUFFERS 1-20 # of receives which can be
- ; buffered by the driver. Each
- ; additional buffer uses 1500 bytes
- ; of memory
- ;
- ; TXBUFFERS 1-10 # of transmits which can be queued
- ; by the driver. Each additional
- ; buffer uses 1500 bytes of memory.
- ;
- ; MAXMULTICASTS 1-10 Number of Multicast addr. supported
- ;
- ; FORCE_FDDI_SNAP N[O] (default) The frames are translated
- ; dynamically based on the Packet Type
- ; field of the ethernet frame.
- ; Y[ES] All frames use the FDDI_SNAP format.
- ;
- ; Defaults are shown below as commented-out fields:
-
- DRIVERNAME = CRES32$
- SLOT = 4
- IRQ = 11
- TXBUFFERS = 10
- RXBUFFERS = 20
- MEMBASE=0x000D0000
- MAXMULTICASTS = 10
- FORCE_FDDI_SNAP=NO